home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 130
/
Vol 130.iso
/
games
/
right_co.swf
/
scripts
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-09-23
|
196 b
|
15 lines
function goGame()
{
stopAllSounds();
gotoAndStop("GAME");
}
function goHowto()
{
gotoAndStop("HOWTO");
}
function goIntro()
{
stopAllSounds();
gotoAndStop("INTRO");
}